Download the aarch64 standard library on the bots
authorAlex Crichton <alex@alexcrichton.com>
Sat, 2 Apr 2016 01:08:21 +0000 (18:08 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Sun, 3 Apr 2016 01:17:21 +0000 (18:17 -0700)
src/etc/install-deps.py

index 9d453345e15c801237d3e01602bd78272b77f56d..d7870bf968475fea43bd4ef57bf750c72025cdab 100644 (file)
@@ -26,6 +26,7 @@ if sys.platform == 'linux' or sys.platform == 'linux2':
         'arm-unknown-linux-gnueabi',
         'arm-unknown-linux-gnueabihf',
         'armv7-unknown-linux-gnueabihf',
+        'aarch64-unknown-linux-gnu',
         'x86_64-unknown-freebsd',
         'x86_64-unknown-netbsd',
     ]